MRPi1 – Wake up alarm

Wake up alarm with MRPi1 robot. The robot stops the alarm automaticly when the robot detects the light. Python program : # import mrpi1 lib from mrpi1_lib import * import time try:   while 1:     al1 = ambiantLight(1) # read ambiant light,sensor 1     al2 = ambiantLight(2)     al3 = ambiantLight(3)     al4 = … Continue reading MRPi1 – Wake up alarm